CMakeLists: update cmake minimum required version to 3.10
authorChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:40:21 +0000 (23:40 +0200)
committerChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:40:21 +0000 (23:40 +0200)
New cmake version 4.0 requires at least 3.5 version as the minimum
required version with it increased to 3.10 in to-be-released cmake
versions.

Set the minimum required version to 3.10 to future-proof for future
cmake version.

Suggested-by: Hannu Nyman <[email protected]>
Signed-off-by: Christian Marangi <[email protected]>
CMakeLists.txt

index 3387fd0a933818dd26d1cd5d81024ec488bd1c4f..89dbdd9700d71c0ac4752614f221670b830d7a1f 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.10)
 cmake_policy(SET CMP0015 NEW)
 
 # Project Definition